home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DC CD-ROM Comic Book: Aq…- War of the Water Worlds
/
DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso
/
pc
/
master12.dxr
/
00013.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-30
|
354 b
|
15 lines
on mouseUp
global k, s100
if k = 0 then
puppetSound(0)
set the visible of sprite 24 to 0
set the visible of sprite 23 to 1
animate("02-2hs2.wav", 23, "02-02-1c.bmp", 5, s100, EMPTY)
set the visible of sprite 24 to 1
set the visible of sprite 23 to 0
set k to 1
puppetSprite(23, 0)
puppetSprite(24, 1)
end if
end